RouteShieldFactory

object RouteShieldFactory

A factory exposed to build a RouteShield object.

Functions

buildRouteShield
Link copied to clipboard
fun buildRouteShield(downloadUrl: String, byteArray: ByteArray, initialUrl: String): RouteShield.MapboxLegacyShield
Build RouteShield.MapboxLegacyShield given appropriate arguments.
fun buildRouteShield(downloadUrl: String, byteArray: ByteArray, mapboxShield: MapboxShield, shieldSprite: ShieldSprite): RouteShield.MapboxDesignedShield
Build RouteShield.MapboxDesignedShield given appropriate arguments.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String